Welcome![Sign In][Sign Up]
Location:
Search - face track

Search list

[Disk Toolsxlysoft[1].v1.6

Description: 磁盘工具:金海硕_效率源硬盘坏磁道修复程式v1_6.htm(38.85K)-disk tools : Face concert _ the source of efficiency drives bad track rehabilitation programs v1_6.htm (38.85K)
Platform: | Size: 701305 | Author: 文永雄 | Hits:

[CSharp龟兔赛跑的小游戏

Description: 面这段代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟用 G 表示,兔子用 T 表示. -face this code to simulate the hand of the mountain, which has a clock installed trigger the implementation of a second cycle of the turtle is a rule : 50% chance of brisk walking (3 Georgia shift to right) 20% chance of decline (6 bits grid) 30% chance of walking (a shift to right field) . rabbit is a rule : 20% of the opportunity to sleep (mobile) 20% chance of play (9 Georgia shift to right) 10% of the opportunities in Waterloo (12 bits grid) 30% chance of a small jump (shift to right a grid) 20% chance of a small slip (2 bits grid). One of the most first come the whole grid of 70 victories, more than 70 grid start again from scratch in a process of the turtles online print rabbit mobile track, when the two P Print coincides with the G turtles, rabbits with T said.
Platform: | Size: 2503 | Author: mm | Hits:

[AI-NN-PRTrackEye_src.zip

Description: 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\Sample.avi 人脸检测算法(Face Detection Algorithm): Haar Face Detection Algorithm 选中 “Track also Eyes” checkBox 眼睛检测算法(Eye Detection Algorithm): Adaptive PCA 取消选择 “Variance Check” Number of Database Images: 8 Number of EigenEyes: 5 Maximum allowable distance from eyespace: 1200 Face width/eye template width ratio: 0.3 ColorSpace type to use during PCA: CV_RGB2GRAY 瞳孔检测设置(Settings for Pupil Detection) Check “Track eyes in details” and then check “Detect also eye pupils”. Click “Adjust Parameters” button: Enter “120” as the “Threshold Value” Click “Save Settings” and then click “Close” Settings for Snake Check “Indicate eye boundary using active snakes”. Click “Settings for snake” button: Select ColorSpace to use: CV_RGB2GRAY Select Simple thresholding and enter 100 as the “Threshold value” Click “Save Settings” and then click “Close”
Platform: | Size: 204022 | Author: sichuanlu | Hits:

[assembly languagerising钥匙盘破解源码

Description: DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interrupt INT 20 return dos beginner compilation, please exhibitions!
Platform: | Size: 0 | Author: | Hits:

[CSharp龟兔赛跑的小游戏

Description: 面这段代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟用 G 表示,兔子用 T 表示. -face this code to simulate the hand of the mountain, which has a clock installed trigger the implementation of a second cycle of the turtle is a rule : 50% chance of brisk walking (3 Georgia shift to right) 20% chance of decline (6 bits grid) 30% chance of walking (a shift to right field) . rabbit is a rule : 20% of the opportunity to sleep (mobile) 20% chance of play (9 Georgia shift to right) 10% of the opportunities in Waterloo (12 bits grid) 30% chance of a small jump (shift to right a grid) 20% chance of a small slip (2 bits grid). One of the most first come the whole grid of 70 victories, more than 70 grid start again from scratch in a process of the turtles online print rabbit mobile track, when the two P Print coincides with the G turtles, rabbits with T said.
Platform: | Size: 2048 | Author: mm | Hits:

[Disk Toolsxlysoft[1].v1.6

Description: 磁盘工具:金海硕_效率源硬盘坏磁道修复程式v1_6.htm(38.85K)-disk tools : Face concert _ the source of efficiency drives bad track rehabilitation programs v1_6.htm (38.85K)
Platform: | Size: 701440 | Author: 文永雄 | Hits:

[Graph RecognizeSinglefaceTrackingBasedOnCamshift

Description: 本程序是用VisualC++和OpenCV实现的,通过改进的Camshift算法,引进辅助信息,解决了人脸遮挡问题-This procedure is used VisualC++ And OpenCV achieved through improved Camshift algorithm, the introduction of auxiliary information to resolve the problem of facial occlusion
Platform: | Size: 23914496 | Author: 张涛 | Hits:

[Special Effectsbb

Description: 视频人脸跟踪识别算法研究 硕士论文 -Video face recognition algorithm to track a master
Platform: | Size: 4325376 | Author: 谢皓 | Hits:

[DocumentsResearchOnKeyTechnologiesOfRobustFaceTrackingSyste

Description: 鲁棒人脸跟踪系统学位论文;提出了一种两阶段的光照均衡的方法来消除单幅图像中的各种阴影包括模糊阴影,投射阴影等 根据快速的Adaboost 训练框架,本文提出了一个实时的鲁棒人脸检测算法 提出了一种基于在线实值boosting 的方法来处理人脸在跟踪过程中发生的外貌变化;实现了一个基于以上模块的完全自动化的人脸跟踪器-Robust Face Tracking System dissertation proposes a two-stage light-balanced approach to the elimination of single image in a variety of shadow including fuzzy shadow, projected shadow, etc. Under the fast-track the Adaboost training framework, this paper presents a real-time Robust Face Detection Algorithm Based on boosting online real ways to deal with people face in tracking occurred during the appearance of change the realization of a module based on the above fully automated face tracker
Platform: | Size: 1139712 | Author: 田卉 | Hits:

[Special EffectsImage_Processing_Practise

Description: 这是《精通Visual C++数字图像处理技术与工程案例》光盘源代码,共包含9个完整用例(含源代码、完整设计流程图、原理介绍):人脸检测、牌照自动识别监控、运动人体跟踪、细胞识别统计、文字识别、相机自动调焦、计算机集成数控、运动检测、车牌定位。书中含图像和视频资源,不需自行搜集。此外还有对于数字图像处理基础知识、工程使用中涉及的基本技术的介绍。-This is《proficient in Visual C++ digital image processing technology and engineering case》source code, contains a total of nine complete use case (including source code, complete the design flow chart, the principle of introduction): Human Face Detection, License Plate Recognition monitoring exercise to track the human body , cell recognition statistics, language identification, auto-focus camera, computer integrated CNC, motion detection, license plate location. Book containing images and video resources, do not need to collect on their own. In addition have the basic knowledge of digital image processing, engineering involving the use of basic technology introduction.
Platform: | Size: 14778368 | Author: | Hits:

[Graph Recognizejiance

Description: 可实现人脸检测,甚至在移动过程中也可以跟踪人的运动确定人脸位置-Face detection can be achieved, even in the move can also track the movement of people to determine face location
Platform: | Size: 24978432 | Author: 和建军 | Hits:

[AI-NN-PR222222222facedetector_src

Description: 一款用于识别人脸的软件,可以动态跟踪视频中人脸的位置。-Used to identify a face of the software can dynamically track the location of the video of human faces.
Platform: | Size: 134144 | Author: haoyubao | Hits:

[Special EffectsRayTrace

Description: 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing program, the light emitted from light source reach the scene surface, generate reflection and refraction. Light to change direction, the direction of reflection and refraction along the direction to move forward until the face of new features. Light scene by scene several times between reflection, refraction is cast on the surface from the point of view the recent scene, eventually entering the human eye. As the actual ray tracing algorithm to track the direction of light propagation direction is opposite, so we can issue from the viewpoint to the screen a pixel ray, intersects with the first scene after the reflection and refraction in the direction of the track were to continue intersects with the second scene ... ... repeat the process until the light tracked injection depth of the screen or to track a set maximum recursion depth, stop the trace.
Platform: | Size: 564224 | Author: wangge | Hits:

[Windows Developsenthil

Description: To detect and track a human face with a modified and more accurate version of camshift.
Platform: | Size: 1024 | Author: harry | Hits:

[Graph Recognizewrong

Description: 人脸检测的opencv实现,也可以进行跟踪,是不错的代码-Opencv face detection to achieve, you can also track, is a good code
Platform: | Size: 2145280 | Author: jieyyal | Hits:

[Graph Recognizefacedetect

Description: 主要是臉部偵測,使用C++撰寫,追蹤你臉部的動態方向。-Mainly face detection, using C++ to write, to track the dynamic direction of your face.
Platform: | Size: 3072 | Author: 曾秋堯 | Hits:

[Graph RecognizeVideoCapture(04.5.31)

Description: 以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换彩色空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪 网上的-WebCam video stream collected by the data source, the video stream interception of single frame image, by converting the color space, face skin color model and face after handling positioning of the face detection algorithm, and as a basis for achieving For the video stream in the face of the track online
Platform: | Size: 2612224 | Author: 柳珍 | Hits:

[OpenCVFaceLive

Description: Face detector and track
Platform: | Size: 313344 | Author: wd007 | Hits:

[Graph RecognizeHuman-Face-Detection.zip

Description: 人脸识别,是基于人的脸部特征信息进行身份识别的一种生物识别技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别。(Face recognition is a biometric technology based on human facial feature information for identification. A camera or camera is used to collect images or videos that contain human faces, and detect and track faces automatically in the image, and then a series of related technologies for face detection of faces are also commonly known as face recognition and face recognition.)
Platform: | Size: 36864 | Author: 王者归 | Hits:

[Special Effectsvideo_detection.m

Description: 使用VJ算法识别人脸,并使用KLT算法进行特征识别并追踪(Face detection using VJ algorithm, and track it using KLT algorithm)
Platform: | Size: 1024 | Author: Kirsch | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net